home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C++ / Frameworks / Argus Starter 2.0 / Dialogs / SampleList.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-23  |  740 b   |  18 lines  |  [TEXT/KAHL]

  1. /**********************************************************************
  2.  
  3.     Segment: SampleList.h
  4.  
  5. ***********************************************************************/
  6.  
  7. /********** Prototypes */
  8. extern Boolean        MyListDialog( void );
  9. extern pascal Boolean MyListEventFilter(  DialogPtr     theDialog,
  10.                                    EventRecord   *theEvent,
  11.                                    short         *itemHit );
  12. extern void           MyListDoContent(    WindowPtr     w, 
  13.                                    EventRecord   *e,
  14.                                    short         *itemHit );
  15. extern void           MyFrameList(        WindowPtr     w,
  16.                                    ListHandle    *myList );
  17.  
  18. // End of File